home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
El Mac 9
/
El Mac 9.iso
/
Shareware
/
Applications
/
Charting Coach v1.5
/
Charting Coach v1.dxr
/
00292.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-04-08
|
300 b
|
16 lines
on mouseUp
global currentCycleNo
if the doubleClick then
exit
end if
set x to the mouseLine
if (x > 0) and (x <= the number of lines in field "cycle list") then
cursor(4)
hilite line x of field "cycle list"
set currentCycleNo to x
else
beep()
end if
cursor(0)
end